home *** CD-ROM | disk | FTP | other *** search
- ;|----------------------------------------------------------|
- ;|This is an install Script for Orion Burger Full Game |
- ;|----------------------------------------------------------|
-
- #MINIMUM
- 3400000
- S Copying commom files...
- C \GOODSTUF\*.*
- S Copying setup files...
- C \setup\*.*
- C \install.lbm \setup.lbm
- !
-
- ;The real thing here!
- #MEDIUM
- 8400000
- S Copying commom files...
- C \GOODSTUF\*.*
- S Copying GLOBAL.HAG file...
- C \RESOURCE\GLOBAL.HAG \GLOBAL.HAG
- S Copying setup files...
- C \setup\*.*
- C \install.lbm \setup.lbm
- !
-
- ;Mega Install!
- #MAXIMUM
- 61600000
- S Copying commom files...
- C \GOODSTUF\*.*
- S Copying all *.HAG files...
- C \RESOURCE\*.*
- S Copying setup files...
- C \setup\*.*
- C \install.lbm \setup.lbm
- !
-